home *** CD-ROM | disk | FTP | other *** search
/ DT Cover Girls / DT00.iso / MONTAJE / DT.DIR / script_8_visible 64.ls < prev    next >
Encoding:
Text File  |  2000-03-12  |  87 b   |  8 lines

  1. on mouseEnter
  2.   sprite(64).visible = 1
  3. end
  4.  
  5. on mouseLeave
  6.   sprite(64).visible = 0
  7. end
  8.